home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 899 b | 26 lines | [TEXT/GEOL] |
- Item 2467863 5-Sept-88 16:57
-
- From: WETMORE1 Wetmore, Russ
-
- To: X0118 Bell Northern Research,Comm.Sys.Dev
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: Re: Detect Textlistview sel
-
- Chris -
-
- Whether or not a mouse click is ever acted on is determined in the target
- view’s HandleMouseDown method. Sometimes, an action is taken there, or (the
- normal case) it is passed off to the view’s DoMouseCommand method to do the
- work. In the case of mouse tracking, DoMouseCommand usually returns a tracker
- command object, and DoChoice may not be called at all.
-
- You need, therefore, to override DoMouseCommand (or, alternately,
- HandleMouseDown) and handle the click there. You might want to call DoChoice
- first, then call the INHERITED method, or do all the work yourself.
- [ Russ ]
-
-
-
-